Problems On Linked List

The following section contains the problem names along with their explanations.
Click on the card you want to view.

Absolute Linked List Sort

Can you make a Linked List sorted in ascending order based on the absolute values of its data.

Add One To Linked List

Can you add one to the Linked List ?

Even Node Reverse

Can you reverse the order of nodes at the even position ?

Swap In Pairs

Can you swap Linked List nodes in pairs and prepare a new Linked List ?

Merge Sort for Linked List

How to Merge Sort a given Linked List

Check If Circular Linked List

Check if the given Linked List is Circular

Delete The Middle Element

Can you delete the middle node of the Linked List ?

Linked List Quick Sort

Can you sort the linked list using Quick Sort ?